Chapter 2 - Communication

2.1 Networks including the Internet

Networks

A network consists of two or more computers or electronic devices connected to exchange data, e.g., share files, message, share a printer. It uses cables, wireless signals, telephone lines, modems, fibre-optics, satellites as connection media.

Local Area Network (LAN)

Wireless Local Area Network (WLAN)

Wide Area Network (WAN)

Large geographical area, such as the internet. Joining several LANs. Uses optical fibres, satellites, and microwaves.

Network Topologies

Name Description Pros Cons
Point-To-Point 2 computers connected with a network link. The simplest topology
Bus All devices attached to a shared link
  • Easier to set-up and extend
  • Less cables
  • Performance degrades if the main cable breaks
  • Difficult to troubleshoot an individual station
  • Less efficient with more devices
  • Collisions may occur - unsuitable with heavy traffic
  • Less secure - all computers receive a signal
Mesh Each computer has a point-to-point connection or direct link with each other computer
Star Each computer has a point-to-point connection with only a central device
  • More secure - signals only go to destination
  • Easy to connect and remove and troubleshoot
  • Centralized management
  • Failure of one node doesn’t affect others
  • Performance doesn’t degrade under load
  • Fewer collisions
  • If the central device fails, the whole network goes down
  • Performance depends on the central device
Hybrid Uses two or more different topologies. A mix of bus, mesh, ring, and star topologies

CSMA/CD →

Carrier Sense Multiple Access/Collision Detection

Transmission Media →

Bandwidth = amount of data sent per second

Wireless →

Pros Cons
  • Devices are more mobile and don’t connect to a cable
  • Easier to set up without cables
  • Easier to add devices
  • Can connect many different types of devices
  • Easier to hack
  • More interference
  • Signal degrades quickly
  • Weather-dependent in some instances
  • More costly

LAN Hardware